Deselect(T[]) Method
Deselects a list of items according to a generic list.

C# Syntax

void Deselect( 
   params T[] items
)

Parameters

items
The items to deselect from the list.